.float-left-p p{display:none;}
  #float-left-close{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
  }
  #float-left-close img{
    width: 15px;
    height: 15px;}
  .float-left-ewm{
    background: url(/statics/images/lefttc.png) no-repeat center center;
    width: 180px;
    height: 240px;
    margin-right: 510px;
    position: fixed;
    right: 50%;
    bottom: 16px;
    font-size: 14px;
    text-align: center;
    z-index: 999;
  }
  .float-left-ewm img{
    width:100px;
    height:100px;
  }
  .float-left-tit{
    margin-top: 50px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;}
  .float-left-p{
    width: 140px;
    height: 24px;
    line-height: 24px;
    background: #3686FF;
    border-radius: 12px;
    margin: 15px auto;
    color: #fff;
  }